﻿
.title-1 {
  text-align: center;
  margin-top: 30px; }

.title-1 h3 {
  font-size: 30px;
  color: #333333;
  letter-spacing: 4px;
  margin-bottom: 10px; }

.title-1 p {
  font-size: 12px;
  color: #888888;
  letter-spacing: 8px;
  text-transform: uppercase; }

.head {
  height: 80px;
  background-color: #fff;
  font-size: 14px;
  line-height: 80px; }

.head .nav {
  text-align: center;
  margin: 0 auto;
  position: relative;
  width: 1200px; }

.head .nav > ul img {
  vertical-align: middle; }

.head .nav > ul > li {
  position: relative;
  display: inline-block;
  width: 115px;
  z-index: 2; }

.head .nav > ul > li.on, .head .nav li:hover {
  color: red; }

.head .nav > ul > li.on::before {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: red;
  left: 50%;
  margin-left: -20px;
  bottom: 20px; }

.head .nav > ul > li.logo {
  width: 200px; }

.head-job {
  overflow: hidden;
  height: 80px;
  background-color: #fff;
  font-size: 14px; }

.head-job .content {
  width: 1200px !important;
  margin: 0 auto !important; }

.head-job .nav {
  float: right;
  margin-top: 30px;
  text-align: center; }

.head-job .nav li {
  position: relative;
  float: left;
  width: 150px; }

.head-job .nav li.on {
  color: #df1316; }

.head-job .nav li + li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #eee;
  content: ''; }

.head-job .logo {
  float: left;
  margin-top: 16px; }

.index .banner .slide-box {
  position: relative; }

@-webkit-keyframes down {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0; }
  to {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 1; } }

@keyframes down {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0; }
  to {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 1; } }

/*.index .banner .slide-box .tip::before {position: absolute;display: block;content: '';width: 1px;height: 50px;background-color: #fff;left: 34px;top:40px;}*/
.index .banner .slide-box li {
  position: relative;
  overflow: hidden;
  height: 750px; }
.index .banner .slide-box li.pointer_c{ cursor: pointer; }

.index .banner .slide-box li .img-div {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-size: auto 100% \9;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
  -ms-transform: scale(1.12); }

.index .banner .slide-box li .img-div::before {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
    opacity: 0;
    pointer-events: none;
  background-color: rgba(0, 0, 0, 0.3); }

.index .banner .slide-box li.on .img-div {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-transform: scale(1); }

.index .banner .slide-box li .info {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center; }

.index .banner .slide-box li .line {
  height: 30px;
  line-height: 30px;
  width: 450px;
  margin: 0 auto 30px;
  position: relative;
  font-size: 24px;
  letter-spacing: 4px;
  color: #fff; }

.index .banner .slide-box li .line::before, .index .banner .line::after {
  display: none;
  position: absolute;
  content: '';
  width: 120px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0; }

.index .banner .slide-box li .line::before {
  left: 0;
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%); }

.index .banner .slide-box li .line::after {
  right: 0;
  -webkit-transform: translateX(150%);
  -ms-transform: translateX(150%);
  transform: translateX(150%); }

.index .banner .slide-box li .line span {
  display: inline-block;
  height: 100%;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%); }

.index .banner .slide-box li.on .line span {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.index .banner .slide-box li.on .line::before,
.index .banner .slide-box li.on .line::after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.index .banner .slide-box li h3 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 5pc; }

.index .banner .slide-box .bx-controls {
  position: absolute;
  bottom: 100px;
  left: 50px;
  z-index: 999;
  width: 100%; }

.index .banner .bx-controls-direction {
  width: 80px;
  height: 80px;
  background: url("../images/banner-btn-bg.png") center center no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -90px;
  margin-top: -250px; }

.index .container {
  padding-top: 80px; }

.title-box {
  position: relative;
  height: 55px;
  line-height: 55px;
  font-size: 36px;
  color: #333333;
  margin-bottom: 64px; }

.title-box span {
  display: block;
  position: absolute;
  width: 15.789%;
  height: 1px;
  top: 27px; }

.title-box span::before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  background-color: red;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.title-box i {
  display: block;
  font-size: 80px;
  color: #f9f9f9;
  letter-spacing: 2px;
  position: absolute;
  bottom: 20px;
  z-index: -1; }

.title-box.title-left span {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(red));
  background: -webkit-linear-gradient(left, #fff, red);
  background: -o-linear-gradient(left, #fff, red);
  background: linear-gradient(to right, #fff, red);
  left: 20px; }

.title-box.title-right span {
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(red));
  background: -webkit-linear-gradient(right, #fff, red);
  background: -o-linear-gradient(right, #fff, red);
  background: linear-gradient(to left, #fff, red);
  right: 20px; }

.title-box.title-left span::before {
  right: -10px; }

.title-box.title-right span::before {
  left: -10px; }

.title-box.title-left i {
  left: 19.368%; }

.title-box.title-right i {
  right: 19.368%; }

.title-box.title-left {
  padding-left: 19.368%; }

.title-box.title-right {
  padding-right: 19.368%;
  text-align: right; }

.index .txt {
  font-size: 14px;
  color: #555555;
  line-height: 2.8;
  letter-spacing: 2px; }

.index .txt-1 {
  margin-left: 340px;
  width: 635px; }

.index .txt-1 p {
  min-height: 78px;
  letter-spacing: 3px; }

.index .txt-1 a {
  display: block;
  margin-top: 64px;
  color: red;
  font-size: 16px; }

.index .txt-1 a i {
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  display: inline-block; }

.index .txt-1 a:hover i {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px); }

/* 控制按钮的样式 */
.control-box {
  background-color: red;
  width: 200px;
  height: 80px;
  border-radius: 4px; }

.control-box div {
  background: 0 0;
  text-indent: 0;
  top: 0;
  position: absolute;
  width: 50%;
  text-align: center;
  height: 100%;
  line-height: 80px; }

.control-box div.wine-prev {
  left: 0; }

.control-box div.wine-next {
  right: 0; }

.control-box div i {
  color: rgba(255, 255, 255, 0.7);
  font-size: 36px; }

.control-box div:hover i {
  color: #fff; }

.partner-box {
  height: 520px;
  background: url("../images/partner-bg.png") left center no-repeat;
  margin-top: 60px; }

.partner-box .box {
  width: 89.473%;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%; }

.partner-box .right-pic {
  width: 50%;
  right: 0;
  height: 100%;
  background: url("../images/partner-bg-s.jpg") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0; }

.partner-slide-box {
  width: 1100px;
  height: 120px;
  background-color: #fff;
  position: relative;
  margin: 0 auto;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
  border-radius: 5px; }

.partner-slide-box .left-div {
  width: 870px;
  height: 100%; }

.partner-slide-box .control-box {
  float: right;
  position: relative;
  margin: 20px 20px 0 0; }

.partner-slide-box .bx-wrapper {
  padding: 0 20px; }

.partner-slide-box li {
  height: 120px;
  display: table;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

.partner-slide-box li:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px); }

.partner-slide-box li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%; }

.partner-slide-box li img {
  display: inline-block;
  vertical-align: middle;
  text-align: center; }

.index .pic-box-1 {
  margin-top: 72px;
  margin-bottom: 100px; }

.index .pic-box-1 div {
  width: 68.333%;
  height: 280px;
  background: url("../images/index-pic-1.jpg") center center no-repeat; }

.index .txt-2 {
  width: 553px;
  text-align: right;
  margin-left: 310px; }

.wine-slide-box {
  margin: 146px auto 100px;
  height: 520px;
  width: 1300px;
  position: relative; }

.wine-slide-box .slide-left {
  width: 400px;
  height: 500px;
  margin-top: -70px;
  padding-top: 70px;
  background: #fff url("../images/slide-left-bg.png") left bottom no-repeat;
  float: left;
  position: relative;
  -webkit-box-shadow: 0 0 30px #eee;
  box-shadow: 0 0 30px #eee;
  z-index: 1; }

.wine-slide-box .slide-left .top {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -40px;
  left: 50%;
  margin-left: -40px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 0 30px #eee;
  box-shadow: 0 0 30px #eee; }

.wine-slide-box .slide-left .top2 {
  width: 60px;
  height: 60px;
  background-color: red;
  position: absolute;
  z-index: 3;
  left: 50%;
  margin-left: -30px;
  top: -30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center; }

.wine-slide-box .slide-left .top3 {
  text-align: center;
  position: absolute;
  z-index: 4;
  height: 60px;
  width: 100%;
  left: 0;
  top: -42px; }

.wine-slide-box .slide-left .top3 i {
  color: #fff;
  font-size: 60px;
  display: inline-block; }

.wine-slide-box .slide-left .top3::before {
  display: block;
  content: '';
  width: 1px;
  height: 330px;
  bottom: 60px;
  background: -webkit-gradient(linear, left bottom, left top, from(red), to(#fff));
  background: -webkit-linear-gradient(bottom, red, #fff);
  background: -o-linear-gradient(bottom, red, #fff);
  background: linear-gradient(to top, red, #fff);
  position: absolute;
  left: 50%; }

.wine-slide-box .slide-left::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 50px;
  background-color: #fff;
  top: 0;
  left: 0; }

.wine-slide-box .slide-right {
  margin-left: 400px;
  height: 100%;
  position: relative;
  z-index: 2; }

.wine-slide-box .slide-right li {
  height: 520px;
  background: url("../images/slide-right-1.jpg") center center no-repeat;
  background-size: cover; }

.wine-slide-box .control-box {
  position: absolute;
  left: 300px;
  bottom: 50px;
  z-index: 99; }

.bottle-box {
  height: 350px;
  width: 100%;
  background-color: red; }

.bottle-box li {
  height: 350px;
  text-align: center; }

.bottle-box li .pic {
  height: 320px; }

.bottle-box li .pic img {
  height: 100%;
  display: block;
  margin: 0 auto; }

.bottle-box li p {
  height: 30px;
  line-height: 30px;
  font-size: 16px; }




/*map*/





.mp { width: 45px; height: 21px; position: absolute; cursor: pointer }

.feng { width: 48px; text-align: center; height: 19px; line-height: 19px; background: url(../images/feng.png) no-repeat; color: #fff; position: absolute; top: 1px; left: 48px; z-index: 10; }

.fengn { left: 52px; }

.fengh { left: 52px; }

.mp1 { right: 54px; top: 86px; }

.mp2 { right: 57px; top: 122px; }

.mp3 { right: 85px; top: 153px; }

.mp4 { right: 106px; top: 208px; }

.mp5 { right: 92px; top: 242px; }

.mp6 { right: 119px; top: 264px; }

.mp7 { right: 87px; top: 289px; }

.mp8 { right: 108px; top: 324px; }

.mp9 { right: 156px; top: 351px; }

.mp10 { right: 175px; top: 397px; }

.mp11 { right: 208px; top: 345px; }

.mp12 { right: 275px; top: 331px; }

.mp13 { right: 224px; top: 312px; }

.mp14 { right: 177px; top: 303px; }

.mp15 { right: 132px; top: 301px; }

.mp16 { right: 165px; top: 268px; }

.mp17 { right: 211px; top: 272px; }

.mp18 { right: 262px; top: 260px; }

.mp19 { right: 158px; top: 236px; }

.mp20 { right: 204px; top: 231px; }

.mp21 { right: 196px; top: 206px; }

.mp22 { right: 169px; top: 183px; }

.mp23 { right: 225px; top: 185px; }

.mp24 { right: 169px; top: 182px; }

.mp25 { right: 131px; top: 145px; }

.mp26 { right: 181px; top: 143px; }

.mp27 { right: 306px; top: 201px; }

.mp28 { right: 391px; top: 232px; }

.mp29 { right: 382px; top: 128px; }

.region {  height: auto; }

.region_tit { height: 40px; line-height: 40px; }

.region_tit li { float: left; width: 78px; text-align: center; }

.region_tit li a { color: #333333; font-size: 14px; }

.regtab { width: 100%;  overflow: hidden; padding: 9px 0px; background: #FFF; }

.rgn { width: 107px; height: 51px; line-height: 51px; text-align: center; font-size: 16px; }

.rgn1 { width: calc(100% - 110px); }

.rgn1 li { float: left; width: auto; padding: 0 5px; line-height: 46px; height: 30px; overflow: hidden; }

.rgn1 li a { color: #000; font-size: 12px; }

.hide { display: none; }

.region_tit li.on { background: #fff; border-top: 3px solid #f20303; color: #333333; cursor: pointer; text-align: center; }

.region_tit li.on a { color: #333333; }

.region_tab { border: 1px solid #ccc; margin-top: 4px; }

.addBySu .base { margin-bottom: 25px; }

.addBySu .base strong { display: inline-block; height: 18px; line-height: 18px; border-left: 3px solid #666; text-indent: 14px; font-weight: 100; font-size: 16px; }

.addBySu .base span { display: inline-block; font-size: 14px; }

.addBySu .base span i { display: inline-block; height: 16px; line-height: 16px; width: 16px; text-align: center; background: #f20303; color: #fff; font-style: normal; font-size: 14px; margin-right: 5px; }

.mr30 { margin-right: 30px }

.addBySu .berkeley { margin-top: 10px }

.addBySu .berkeley li { float: left; margin: 2px 6px 0 0; }
.addBySu .berkeley li:nth-child(5n){margin-right: 0;}
.addBySu .berkeley li a { display: block; width: 105px; border: 1px solid #ccc; text-align: center; line-height: 34px; color: #666;/*! background: #ededf2 */ margin-top: 5px; font-size: 14px; }

.addBySu .berkeley li a:hover { background: #555; border: 1px solid #ad864d; color: #fff; }

.addBySu .berkeley li a:hover { background: #f20303; border: 1px solid #ad864d; color: #fff; }

.map {
  width: 520px;
  position: relative; }
.map .n-map{
    position: absolute;bottom: 0px;right: 0;width: 70px;
}
.map svg {
  width: 500px;
  height: 400px; }

.map circle {
  fill: #fff;
  pointer-events: none;
  opacity: 0; }

/*默认不显示圆点*/
.map circle.on {
  opacity: 1; }

.map polygon {
  cursor: pointer;
  fill: #eaeaea;
  stroke: #db6f6a;
  opacity: 0.8;
  stroke-width: 0.5;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.map polygon:hover, .map polygon.active {
  opacity: 1;     fill: #e6130a;}

.map-province {
  white-space: nowrap;
  position: absolute;
  margin: 5px 0 0 -20px;
  width: 40px;
  pointer-events: none;
  color: #333;
  font-size: 10px;
  text-align: center; 
  display: none;
}

.branch-area {
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 100%;
  position: absolute;
  z-index: 10;
  margin: -30px 0 0 -30px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.branch-area.on {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.branch-area:before {
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  top: -10px;
  left: -10px;
  z-index: -1; }

.branch-area .number {
  font-size: 20px;
  color: #e6130a; }

.branch-area .name {
  margin-top: 10px; }

#jianli {
  display: none; }

.address-box {
  width: 550px;
}

.address-box .tt {
  height: 60px;
  color: #fff;
  font-size: 18px;
  line-height: 60px; }

.address-box .tt > div {
  width: 50%;
  height: 100%;
  position: relative;
  cursor: pointer; }

.address-box .tt .province {
  background-color: #e6130a; }

.address-box .tt .city {
  background-color: #5c5c5c; }

.address-box dt {
  position: relative;
  padding-left: 20px; }

.address-box dt i {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center; }

.address-box dt.on i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.address-box dd {
  position: absolute;
  top: 60px;
  left: 100%;
  width: 200%;
  color: #5c5c5c;
  background-color: white;
  display: none;
  height: 370px;
  overflow: hidden;
  overflow-y: auto; }

.address-box .tt .province dd {
  left: 0; }

.address-box .tt .city dd {
  left: -100%; }

.address-box dd li {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px dashed #eee; }

.address-box .cc {
  height: 370px;
  overflow: hidden;
  overflow-y: auto; }

.address-box .cc li {
  padding: 20px; }

.address-box .cc li + li {
  border-top: 1px solid #eee; }

.address-box .cc h3 {
  font-size: 16px;
  color: #123c7b; }

.address-box .cc p {
  font-size: 14px;
  color: #292929;
  line-height: 2; }

